home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / aqbanking / imexporters / csv / profiles / tonline-banking.conf < prev    next >
Text File  |  2014-12-19  |  2KB  |  65 lines

  1. char name="T-ONLINE"
  2. char shortDescr="Files from T-Online Banking Module"
  3. char version="5.4.2"
  4. char longDescr="This profile supports the CSV format used by T-Online"
  5. int import="1"
  6. int export="1"
  7.  
  8. char type="csv"
  9. char groupNames="transaction", "transfer", "debitnote", "line"
  10. char dateFormat="DD.MM.YYYY"
  11. int utc="0"
  12.  
  13. # The following vars are used when there is an additional field within a
  14. # record which defines the sign of the amount.
  15. # Some banks use "C" (positive) and "D" (negative) or "Af" (negative) and
  16. # "Bij" (positive)
  17. int usePosNegField="0"
  18. #char posNegFieldName="posNeg"
  19. #char positiveValues="Bij", "C"
  20. #char negativeValues="Af", "D"
  21. int defaultIsPositive="1"
  22.  
  23.  
  24. params {
  25.   # if 1 then values are quoted
  26.   quote="1"
  27.   
  28.   # if 1 then a title line will be written containing the names of each
  29.   # column
  30.   title="1"
  31.   
  32.   # special values are "TAB" and "SPACE"
  33.   delimiter=";" 
  34.   
  35.   # this is the group name looked for in the given data to GWEN_CSV_Write
  36.   # if not given then all groups match
  37.   #group="transaction"
  38.   
  39.   # this group contains the definition for each column
  40.   # each variable in this group has its number as name
  41.   # you can use index variables in the names (using square brackets)
  42.   # the value of each of these variables is the name of a variable to be looked
  43.   # up in the data given to GWEN_CSV_Write
  44.   columns {
  45.     1="localAccountNumber"
  46.     2="localBankCode"
  47.     #3="date"           (not used)
  48.     #4="saldo"          (not used)
  49.     #5="currency"       (not used)
  50.     6="date"
  51.     7="valutadate"
  52.     #8="transfertype"
  53.     9="purpose[0]"
  54.     10="remoteName[0]"
  55.     11="value/value"
  56.     12="value/currency"
  57.     #13="category"      (not used)
  58.   } # columns
  59.  
  60. } # params
  61.  
  62.  
  63.  
  64.  
  65.